Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add AtServerEvent interface and AtSignPKChangedEvent class. Enables better reset handling #773

Merged
merged 11 commits into from
Feb 25, 2025

Conversation

gkc
Copy link
Contributor

@gkc gkc commented Feb 25, 2025

- What I did

  • feat: add AtServerEvent interface and AtSignPKChangedEvent class, plus unit tests
    • These are being added to at_commons because both atServer and atClient need them
    • Why an interface and one implementation? To allow for other types of atServer events in the future.
    • Why does AtServerEvent have a category? To allow atServer implementations to create events which are specific to that implementation rather than core to atProtocol
  • Part of resolution of https://github.com/atsign-foundation/operations/issues/186
  • feat: have the new atSignPKChangedEvent constructor use the new toAtsign function from the new AtsignString extension. Added unit tests to cover.
  • chore: fix all lint warnings following change of minimum required SDK version from 2.15.0 to 3.0.0
  • docs: updated CHANGELOG

- How I did it
See commits

- How to verify it
Tests pass

@gkc gkc requested a review from cpswan February 25, 2025 11:29
@gkc gkc merged commit e609328 into trunk Feb 25, 2025
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants